home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / mystic_training.swf / scripts / frame_1 / DoAction.as
Text File  |  2006-11-13  |  679b  |  22 lines

  1. function fsdPlayAgain()
  2. {
  3.    theDoge.unloadMovie();
  4.    gotoAndStop("ResetVariables");
  5. }
  6. Stage.showMenu = false;
  7. _focusrect = false;
  8. G_PackagingMusicIsPlaying = false;
  9. G_GameMusicIsPlaying = false;
  10. G_MuteSounds = false;
  11. System.security.allowDomain("www.disney.go.com");
  12. System.security.allowDomain("disney.go.com");
  13. System.security.allowDomain("psc.disney.go.com");
  14. System.security.allowDomain("apsc.disney.go.com");
  15. System.security.allowDomain("tv.disney.go.com");
  16. System.security.allowDomain("atv.disney.go.com");
  17. System.security.allowDomain("scores.disney.go.com");
  18. gameID = "jetix_prmf_training";
  19. eventID = "jetix_prmf_training";
  20. playerScore = 0;
  21. stop();
  22.